While testing this technique using one of the sample movies from the QuickTime for Windows beta CD- ROM, I discovered that the SoundDescription record returned by GetMediaSample contained the constant 'sowt' in the dataFormat field.
The only three formats documented in the QuickTime documentation are raw, MAC3,
and MAC6. I need to know what the format of the 'sowt' samples is so I can mix
them with the WAV samples.
A You're reading the byte backwards. 'sowt' is actually 'twos', which means that
the values of the samples go from a minimum point to a maximum point, unlike
the raw format, which has a binary offset from zero. In all other aspects,
'twos' and 'raw' samples are the same.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help